home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / PCNVRT.H < prev    next >
Text File  |  1996-11-24  |  290b  |  11 lines

  1. .I 0 2
  2. /* +++Date last modified: 09-Feb-1996 */
  3.  
  4. .I 18 5
  5.       fgets(string, 81, inFile);    /* get 80-char C string       */
  6.       C2Pconvert(string);           /* convert it in place        */
  7.       P2Cconvert(string);           /* convert back               */
  8.  
  9. #endif
  10. .D 19 5
  11.